Click or drag to resize

ServiceGetPasswordExpirationDate Method

Gets password expiration date.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public DateTime GetPasswordExpirationDate(
	string smtpEmailAddress
)

Parameters

smtpEmailAddress
Type: SystemString
The SMTP address of the user.

Return Value

Type: DateTime
Password expiration date.
See Also